/* 单个图片幻灯片盒子 - 公用类 */
.slideBox{ width:1000px; height:368px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#197d90; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{ width:1000px; height:368px; }




.slideBox2{ width:605px; height:250px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox2 .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox2 .hd ul li.on{ background:#197d90; color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd img{ width:605px; height:250px;}



/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;  border:1px solid #dedede;   }
.leftLoop .hd{ overflow:hidden;  height:47px; width:990px; position:absolute; top:85px; left:5px; z-index:900;  }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:22px; height:34px; line-height:10px;  margin-right:10px; margin-top:10px;  overflow:hidden;  
	 cursor:pointer; background:url(/images/left.png) no-repeat;}
	 
	.leftLoop .hd .prev{ float:left;} 
	 
.leftLoop .hd .next{ background:url(/images/right.png) no-repeat; float:right;}
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; display:none; }
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ padding:10px;   }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left; _display:inline; overflow:hidden;  }
/* 通用图片列表_普通式 */
.picList li{ width:225px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:210px; height:150px; padding:2px; border:1px solid #dedede;  }
.picList .pic a:hover img{ border-color:#197D90;  }
.picList .title{ line-height:28px; height:28px;background:#197c8f; width:216px;margin-left:4px; margin-left:4px !important}
.picList .title a{ color:#fff; }